home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Atari Compendium
/
The Atari Compendium (Toad Computers) (1994).iso
/
files
/
prgtools
/
mint
/
mint96sb.zoo
/
src
/
asmtab.h
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
C/C++ Source or Header
|
1992-10-21
|
286 b
|
17 lines
#ifndef YYSTYPE
#define YYSTYPE int
#endif
#define WORD 258
#define WHITESP 259
#define EOLN 260
#define STRING 261
#define DEFINECMD 262
#define INCLUDECMD 263
#define IFDEFCMD 264
#define IFNDEFCMD 265
#define ELSECMD 266
#define ENDIFCMD 267
extern YYSTYPE yylval;